+opencc (0.2.0-1) unstable; urgency=low
+
+ * New upstream release
+ * Move usr/share/locale to package opencc
+ * Add cmake to Build-Depends
+ * Change Homepage to http://code.google.com/p/opencc
+ * Drop Vcs-Bzr and Vcs-Browser
+
+ -- Asias He <asias.hejun@gmail.com> Thu, 17 Mar 2011 21:36:41 +0800
+
opencc (0.1.2-1) unstable; urgency=low
* New upstream release.
Priority: optional
Maintainer: IME Packaging Team <pkg-ime-devel@lists.alioth.debian.org>
Uploaders: LI Daobing <lidaobing@debian.org>, Asias He <asias.hejun@gmail.com>
-Build-Depends: debhelper (>= 7.0.50~), autotools-dev
+Build-Depends: debhelper (>= 7.0.50~), autotools-dev, cmake
Standards-Version: 3.9.1
Section: libs
-Homepage: http://code.google.com/p/open-chinese-convert
-Vcs-Bzr: lp:~pkg-ime/opencc/debian-opencc
-Vcs-Browser: https://code.launchpad.net/~pkg-ime/opencc/debian-opencc
+Homepage: http://code.google.com/p/opencc
+Vcs-Git: git://git.com
+Vcs-Browser: http://git.com
Package: libopencc-dev
Section: libdevel
usr/lib/lib*.a
usr/lib/lib*.so
usr/lib/pkgconfig/*
-usr/lib/*.la
usr/lib/lib*.so.*
usr/share/opencc/*
-usr/share/locale/*
usr/bin/*
usr/share/man/*
+usr/share/locale/*
#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
%:
dh $@
override_dh_auto_configure:
- dh_auto_configure -- --enable-static
+ dh_auto_configure -- -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DENABLE_GETTEXT:BOOL=ON